endCall

abstract fun endCall()

Stops the related call and releases allocated resources.

Since

2.0.0

Throws

MobileException

abstract fun endCall(callEndReason: String?)

Stops the related call with reason and releases allocated resources. If reason string char length is more than 600 char, first 600 char will send to remote.

Since

4.4.1

Parameters

callEndReason

String end call reason (Limit is 600 character)

Throws

MobileException